home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / advc11.zip / ADVC.QRF < prev    next >
Text File  |  1987-02-11  |  2KB  |  50 lines

  1.                         ADVC Quick Reference Document
  2.  
  3.  
  4.         E = Equipment,  I = Input,  M = Misc,  S = String,  V = Video
  5.  
  6.                       * = use of nonstandard C features
  7.  
  8.  
  9.  
  10.  
  11. E*  commports       get number of serial ports installed
  12. E*  displaytype     see if display is color or monochrome
  13. E*  drivespace      get amount of free space on a given disk drive
  14. E*  getdrive        get letter of default disk drive
  15. E*  joystick        see if a joystick port is installed
  16. E*  limmfree        see how much expanded memory is available
  17. E*  limmtotal       see how much expanded memory is installed
  18. E*  printports      get number of parallel ports installed
  19. E*  totalmem        return amount of normal memory installed
  20.  
  21. I*  getkey          wait for one of a list of keys to be pressed
  22. I*  mousebuttons    see if mouse buttons are pressed
  23. I*  mousecheck      see if a mouse is installed, and how many buttons it has
  24. I*  mouseclick      see if mouse buttons were clicked
  25. I*  mousecol        see what column the mouse cursor is in
  26. I*  mousecursor     turn mouse cursor on or off
  27. I*  mouseloc        set the mouse cursor location
  28. I*  mouserow        see what row the mouse cursor is in
  29.  
  30. M*  delay           wait for a specified number of seconds
  31.  
  32. S   any2dec         convert a string of a given base to a number
  33. S   bsqueeze        squeeze blanks from a string
  34. S   bunsqueeze      unsqueeze a blank-squeezed string
  35. S   dec2any         convert a number to a string of a given base
  36. S   extract         extract a delimited substring from a string
  37. S   locase          convert a string to lowercase
  38. S   multiand        AND the elements of a string with a given value
  39. S   multior         OR the elements of a string with a given value
  40. S   multixor        XOR the elements of a string with a given value
  41. S   reverse         reverse the order of the chrs in a string
  42. S   soundex         calculate the soundex code for a string
  43. S   strip           strip occurrences of a given chr from a string
  44. S   striprange      strip a given (inclusive) range of chrs from a string
  45. S   upcase          convert a string to uppercase
  46.  
  47. V*  bkscroll        scroll an area of the screen down (or clear it)
  48. V*  clreol          clear from cursor to end of line
  49. V*  scroll          scroll an area of the screen up (or clear it)
  50.